home *** CD-ROM | disk | FTP | other *** search
- Path: CS.Arizona.EDU!not-for-mail
- From: dave@CS.Arizona.EDU (Dave Schaumann)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Unicode
- Date: 21 Jan 1996 22:34:37 -0700
- Organization: University of Arizona CS Department, Tucson AZ
- Message-ID: <4dv7ld$jl2@lectura.CS.Arizona.EDU>
- References: <48rofp$4ol@sinsen.oslonett.no>
- NNTP-Posting-Host: lectura.cs.arizona.edu
-
- In article <48rofp$4ol@sinsen.oslonett.no>,
- Ilan Sharoni <ilan@oslonett.no> wrote:
- >
- >Can someone be so kind (and patient) to tell me what is Unicode?
-
- As you no doubt know, ASCII is a definition of a character set
- using 8 bit characters. With 8 bits, you get 256 characters.
-
- Of course, these days, people want to have different fonts,
- colors, graphical characters, fonts with more than 256 symbols
- in them (for stuff like Japaneses and Chinese language text),
- etc, etc. There are basically two ways to go about this. One
- is to introduce special escape sequences for the new features
- (like the way the cursor can be moved around on Amiga console
- windows).
-
- The second solution is to devise a 16 bit character set. This
- gives you 65,536 characters to work with. This is the course
- Unicode takes. Unicode is used on machines running Windows NT.
- I'm not aware if anyone else uses it.
-
- -Dave
-